home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef BitBtnH
- #define BitBtnH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TBitBtnForm : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TBitBtn *Retry;
- TBitBtn *Abort;
- TBitBtn *Ignore;
- TBitBtn *Yes;
- TBitBtn *No;
- TBitBtn *OK;
- TBitBtn *Cancel;
- TBitBtn *Close;
- TBitBtn *All;
- TBitBtn *Help;
- TBevel *Bevel1;
- TPanel *Panel1;
- TButton *EnableAllButton;
- TButton *Disable;
- TBitBtn *BitBtn1;
- void __fastcall EnableAllButtonClick(TObject *Sender);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TBitBtnForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TBitBtnForm *BitBtnForm;
- //---------------------------------------------------------------------------
- #endif
-